FlavorBerryMap

@Serializable
data class FlavorBerryMap(val potency: Int, val berry: Handle.Named<Berry>)(source)

A berry-to-potency mapping for a flavor. See: https://pokeapi.co/docs/v2#flavorberrymap

Parameters

potency

How powerful the referenced berry is for this flavor.

berry

The referenced berry.

Constructors

Link copied to clipboard
constructor(potency: Int, berry: Handle.Named<Berry>)

Properties

Link copied to clipboard
Link copied to clipboard